Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support native platform #4

Open
wants to merge 160 commits into
base: main
Choose a base branch
from
Open

Support native platform #4

wants to merge 160 commits into from

Conversation

minai621
Copy link
Owner

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Didn't break anything

minai621 and others added 30 commits August 2, 2024 23:15
* Chore remove slugify

* Feat change slug to encoding text

* Feat decoded workspace_slug to encoding back

* Feat Add validate title length in CreateModal

* Refactor remove duplicated error check

* Feat update validation for nickname and title length
…-team#262)

Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.6.1 to 4.6.3.
- [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases)
- [Commits](JamesIves/github-pages-deploy-action@v4.6.1...v4.6.3)

---
updated-dependencies:
- dependency-name: JamesIves/github-pages-deploy-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Fix checking conflict in note creation

* Remove unused `console.log`
…#263)

* Add text formatting (bold, italic, code)

* Add prevention of duplicate text formatting and toggle handling for multiple text formats

* Add formatBar for bold, italic, and cod in Editor component

* Styling component using MUI

* Add shortcut to support for strikethrough text formatting

* refactor FormatBar, TooltipButton component into seperate file

* refactor functions within the Editor component

* Change formatBar position (for YorkieIntelligence) & Add debouncing for selected text

* refactor tooltipButton sx props

* refactor combine formatBar states into a single state object

* refactor change component TooltipButton -> TooltipToggleButton

- TooltipToggleButton move to folder src/components/editor -> src/components/common
- Remove custom interface and import ToogleButtonProps in MUI

* refactor extract formatBar functions (useFormatUtils)

- create customHook useFormatUtils.ts
- extract Format&FormatBar functions to useFormatUtils.ts

* Refactor useFormatUtils & TooltipToggleButton
)

* Add detail error descriptions

* Fix exception occurrence

* Update JwtAuthGuard to handle token expiration and invalid token errors

* Update useErrorHandler to handle custom error responses

* Update error handling and exception messages

* Update error handler to handle custom error response

* Update JwtAuthGuard to handle exception with handleRequest

* Remove console.error in useErrorHandler
…in workspaceSlug (yorkie-team#244)

* Add 404 NotFound Page

* Add query error exception handling condition

* Navigate to page 404 according to error conditions

* Fix to Specify specific error code

* Add error and loading conditions

* Move to Global Logic of axios Error status

* Remove Logic of Axios Error

* Comment to change it to navigate

* Move File hooks to utils

* Fix: CustomNavigate

* Revert "Fix: CustomNavigate"

This reverts commit 3a48e1e.

* Fix customNavigate to window.location.href

* Remove customNavigate

* Rebase: Code Conflict
…ie-team#270)

* Modify profile click functionality to only show 'Additional Users' popover when more than 4 users are present

* Separate UserPresence component from DocumentHeader component

* Fix code format
…am#281)

* Add pre-commit hook for linting and formatting

* Separate checking command failures

* Change to lint-staged for pre-commit hook

* Clearly revise the error message
…ie-team#283)

* Update `package.json` to apply version

* Add publish GitHub Actions for release

* Add jobs for cleaning version
* Add .gitignore into root project directory(yorkie-team#279)

* chore: just combine front, back ignore file

- remove .gitignore in each folder

* chore: fix legacy file & seperate OD part in gitignore
* Add `MAINTATINING.md`

* Add `CHANGELOG.md`
* fix(yorkie_intelligence): integrate YorkieIntelligence into FormatBar

* refactor(formatBar) : change naming formatBar -> toolBar

* chore(index.tsx): remove unused code

* chore(ToolBar): rename FormatBar to ToolBar

- change Box to Divider
- set up flex using stack component
- remove TooltipToggleButton style margin and minWidth

* chore(YorkieIntelligence): change setting activated

- remove style pointerEvents and, use disabled attribute
- remove true check (activated)

* chore(Editor): remove true check edtiorStore.cmView

* chore(YorkieIntelligence): remove variable activated

- change type assertion(intelligenceFooterPivot) to if conditional statement

* refactor(YorkieIntelligence): add set up debousing for showToolBar

- change naming showFormatBar -> showToolBar
- add set up Transition (Effect: Fade, delay: 300ms)

* refactor(YorkieIntelligence): remove unnecessary selectionchange event listener

* chore(Editor): adjust position of toolbar in Editor.tsx

* fix(YorkieIntelligence): improve intelligence footer pivot handling

- improve intelligence footer pivot error when changing selection after text formatting

* �Change `TODO` comment

---------

Co-authored-by: devleejb <[email protected]>
)

* Add .gitignore into root project directory(yorkie-team#279)

* chore: just combine front, back ignore file

- remove .gitignore in each folder

* chore: fix legacy file & seperate OD part in gitignore

* Add ollama llm for yorkie intelligence # 255

- add docker image in docker compose file
- change yorkie intelligence env var
- add lib related to ollama

* apply formatting

* Add ollama model option yorkie-team#255

- fix docker compose file (user can change ollama conatainer port)
- fix readme docs(add --env-file option)
- add usable model

* feat: add modelList type, change port to baseurl yorkie-team#255

- apply github code review

* fix: apply npm format

* fix: refactor by github review
* Change provider and model split options

* Change `.env.developemnt` descriptions

* Change `docker-compose` settings

* Change error description in `langchain.module.ts`
* Implement workspace sidebar component

* Change the width of workspace selector

* Add changing hover state when collapsing side bar
yorkie-team#310)

* Add build test on CI

* Change CI paths

* Update package-lock.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.